Move to new so-version
authorGert Wollny <gw.fossdev@gmail.com>
Sat, 4 Mar 2017 11:53:29 +0000 (11:53 +0000)
committerGert Wollny <gw.fossdev@gmail.com>
Sat, 4 Mar 2017 11:53:29 +0000 (11:53 +0000)
debian/control
debian/libdcmtk10.install [deleted file]
debian/libdcmtk10.lintian-overrides [deleted file]
debian/libdcmtk11.install [new file with mode: 0644]
debian/libdcmtk11.lintian-overrides [new file with mode: 0644]
debian/rules

index 06b8a46f60da60a72306b7601fb4246e5b64c4a4..b8e6818ee437f6a2236619d4dbc586874b58418e 100644 (file)
@@ -10,7 +10,7 @@ Build-Depends: cmake,
                libcharls-dev,
                libpng-dev,
                libsndfile1-dev,
-               libssl1.0-dev,
+               libssl-dev,
                libtiff-dev,
                libwrap0-dev,
                libxml2-dev,
@@ -38,7 +38,7 @@ Description: OFFIS DICOM toolkit command line utilities
  .
  Note: This version was compiled with libssl support.
 
-Package: libdcmtk10
+Package: libdcmtk11
 Architecture: any
 Section: libs
 Depends: ${misc:Depends},
@@ -65,7 +65,7 @@ Depends: libxml2-dev,
          libwrap0-dev, 
          libcharls-dev, 
          libtiff-dev, 
-         libdcmtk10 (= ${binary:Version}),
+         libdcmtk11 (= ${binary:Version}),
          ${misc:Depends}
 Suggests: dcmtk-doc
 Breaks: libinsighttoolkit4-dev (<< 4.9.0)
diff --git a/debian/libdcmtk10.install b/debian/libdcmtk10.install
deleted file mode 100644 (file)
index c55be20..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*.so.*
-usr/share/libdcmtk10/*.dic
diff --git a/debian/libdcmtk10.lintian-overrides b/debian/libdcmtk10.lintian-overrides
deleted file mode 100644 (file)
index 4b28bd8..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-# There is more than one library in one package bundles which makes perfectly
-# sense in this application but does not enable naming the library package apropriately
-libdcmtk10: package-name-doesnt-match-sonames
-libdcmtk10: embedded-library
-libdcmtk10: no-symbols-control-file
diff --git a/debian/libdcmtk11.install b/debian/libdcmtk11.install
new file mode 100644 (file)
index 0000000..b936c36
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib/*.so.*
+usr/share/libdcmtk11/*.dic
diff --git a/debian/libdcmtk11.lintian-overrides b/debian/libdcmtk11.lintian-overrides
new file mode 100644 (file)
index 0000000..d3c05a4
--- /dev/null
@@ -0,0 +1,5 @@
+# There is more than one library in one package bundles which makes perfectly
+# sense in this application but does not enable naming the library package apropriately
+libdcmtk11: package-name-doesnt-match-sonames
+libdcmtk11: embedded-library
+libdcmtk11: no-symbols-control-file
index adf60e490437ae6cabc47c0957476bcd1f992c7c..a7e60016c235f744b9dc6352ffb1cac2a40df2f0 100755 (executable)
@@ -38,7 +38,7 @@ CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \
  -DDCMTK_WITH_ICONV:BOOL=ON \
  -DUSE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON \
  -DCMAKE_VERBOSE_MAKEFILE=ON \
- -DDCMTK_INSTALL_DATDIC:STRING=share/libdcmtk10 \
+ -DDCMTK_INSTALL_DATDIC:STRING=share/libdcmtk11 \
  -DCMAKE_SKIP_RPATH:BOOL=OFF